home *** CD-ROM | disk | FTP | other *** search
/ Sounds Terrific 2 / Sounds Terrific II (1996)(Weird Science)(Disc 1 of 2)[Amiga-PC].iso / archives / amiga / tracker_4_31.lzh / tracker / Arch / PCux / freebsd_config.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-03-06  |  298 b   |  20 lines

  1. /* config.h 
  2.     vi:ts=3 sw=3:
  3.  */
  4.  
  5. /* Configuration for FreeBSD Unix (i386 platform) */
  6.  
  7. #define IS_POSIX
  8. #define USE_TERMIOS
  9. #define USE_AT_EXIT
  10. #define SCO_ANSI_COLOR
  11.  
  12. typedef void *GENERIC;
  13.  
  14. #define P(args) args
  15.  
  16. /* #define ID(x) */
  17. #define ID(x)  LOCAL char id[]= x ;
  18.  
  19. #define stricmp    strcasecmp
  20.